home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Anonimowosc i bezpieczenstwo / TOR 0.1.1.24 / vidalia-bundle-0.1.1.24-0.0.7.exe / $_5_ / $_6_
Text File  |  2006-07-06  |  6KB  |  140 lines

  1. ## Configuration file for a typical Tor user
  2. ## Last updated 9 February 2006 for Tor 0.1.1.13-alpha.
  3. ## (May or may not work for older or newer versions of Tor.)
  4. ##
  5. ## Lines that begin with "## " try to explain what's going on. Lines
  6. ## that begin with just "#" are disabled commands: you can enable them
  7. ## by removing the "#" symbol.
  8. ##
  9. ## See the man page, or http://tor.eff.org/tor-manual-cvs.html, for more
  10. ## options you can use in this file.
  11. ##
  12. ## On Unix, Tor will look for this file in someplace like "~/.tor/torrc" or
  13. ## "/etc/torrc"
  14. ##
  15. ## On Windows, Tor will look for the configuration file in someplace like
  16. ## "Application Data\tor\torrc" or "Application Data\<username>\tor\torrc"
  17. ##
  18. ## With the default Mac OS X installer, Tor will look in ~/.tor/torrc or
  19. ## /Library/Tor/torrc
  20.  
  21.  
  22. ## Replace this with "SocksPort 0" if you plan to run Tor only as a
  23. ## server, and not make any local application connections yourself.
  24. SocksPort 9050 # what port to open for local application connections
  25. SocksListenAddress 127.0.0.1 # accept connections only from localhost
  26. #SocksListenAddress 192.168.0.1:9100 # listen on a chosen IP/port too
  27.  
  28. ## Entry policies to allow/deny SOCKS requests based on IP address.
  29. ## First entry that matches wins. If no SocksPolicy is set, we accept
  30. ## all (and only) requests from SocksListenAddress.
  31. #SocksPolicy accept 192.168.0.0/16
  32. #SocksPolicy reject *
  33.  
  34. ## Logs go to stdout at level "notice" unless redirected by something
  35. ## else, like one of the below lines. You can have as many Log lines as
  36. ## you want.
  37. ##
  38. ## We advise using "notice" in most cases, since anything more verbose
  39. ## may provide sensitive information to an attacker who obtains the logs.
  40. ##
  41. ## Send all messages of level 'notice' or higher to C:\Documents and Settings\Application Data\Tor\notices.log
  42. #Log notice file C:\Documents and Settings\Application Data\Tor\notices.log
  43. ## Send every possible message to C:\Documents and Settings\Application Data\Tor\debug.log
  44. #Log debug file C:\Documents and Settings\Application Data\Tor\debug.log
  45. ## Use the system log instead of Tor's logfiles
  46. #Log notice syslog
  47. ## To send all messages to stderr:
  48. #Log debug stderr
  49.  
  50. ## Uncomment this to start the process in the background... or use
  51. ## --runasdaemon 1 on the command line. This is ignored on Windows;
  52. ## see the FAQ entry if you want Tor to run as an NT service.
  53. #RunAsDaemon 1
  54.  
  55. ## The directory for keeping all the keys/etc. By default, we store
  56. ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
  57. #DataDirectory @LOCALSTATEDIR@/lib/tor
  58.  
  59. ## The port on which Tor will listen for local connections from Tor
  60. ## controller applications, as documented in control-spec.txt.
  61. #ControlPort 9051
  62.  
  63. ############### This section is just for location-hidden services ###
  64.  
  65. ## Look in .../hidden_service/hostname for the address to tell people.
  66. ## HiddenServicePort x y:z says to redirect a port x request from the
  67. ## client to y:z.
  68.  
  69. #HiddenServiceDir C:\Documents and Settings\Application Data\Tor\hidden_service/
  70. #HiddenServicePort 80 127.0.0.1:80
  71.  
  72. #HiddenServiceDir C:\Documents and Settings\Application Data\Tor\other_hidden_service/
  73. #HiddenServicePort 80 127.0.0.1:80
  74. #HiddenServicePort 22 127.0.0.1:22
  75. #HiddenServiceNodes moria1,moria2
  76. #HiddenServiceExcludeNodes bad,otherbad
  77.  
  78. ################ This section is just for servers #####################
  79.  
  80. ## NOTE: If you enable these, you should consider mailing your identity
  81. ## key fingerprint to the tor-ops, so we can add you to the list of
  82. ## servers that clients will trust. See
  83. ## http://tor.eff.org/cvs/tor/doc/tor-doc-server.html for details.
  84.  
  85. ## Required: A unique handle for this server
  86. #Nickname ididnteditheconfig
  87.  
  88. ## The IP or fqdn for this server. Leave commented out and Tor will guess.
  89. #Address noname.example.com
  90.  
  91. ## Contact info that will be published in the directory, so we can
  92. ## contact you if you need to upgrade or if something goes wrong.
  93. ## This is optional but recommended.
  94. #ContactInfo Random Person <nobody AT example dot com>
  95. ## You might also include your PGP or GPG fingerprint if you have one:
  96. #ContactInfo 1234D/FFFFFFFF Random Person <nobody AT example dot com>
  97.  
  98. ## Required: what port to advertise for tor connections
  99. #ORPort 9001
  100. ## If you want to listen on a port other than the one advertised
  101. ## in ORPort (e.g. to advertise 443 but bind to 9090), uncomment
  102. ## the line below. You'll need to do ipchains or other port forwarding
  103. ## yourself to make this work.
  104. #ORListenAddress 0.0.0.0:9090
  105.  
  106. ## Uncomment this to mirror the directory for others. Please do
  107. ## if you have enough bandwidth: see the bottom of
  108. ## http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#LimitBandwidth
  109. #DirPort 9030 # what port to advertise for directory connections
  110. ## If you want to listen on a port other than the one advertised
  111. ## in DirPort (e.g. to advertise 80 but bind 9091), uncomment the line
  112. ## below. You'll need to do ipchains or other port forwarding yourself
  113. ## to make this work.
  114. #DirListenAddress 0.0.0.0:9091
  115.  
  116. ## Uncomment this if you run more than one Tor server, and add the
  117. ## nickname of each Tor server you control, even if they're on different
  118. ## networks. We declare it here so clients can avoid using more than
  119. ## one of your servers in a given circuit.
  120. #MyFamily nickname1,nickname2,...
  121.  
  122. ## A comma-separated list of exit policies. They're considered first
  123. ## to last, and the first match wins. If you want to _replace_
  124. ## the default exit policy, end this with either a reject *:* or an
  125. ## accept *:*. Otherwise, you're _augmenting_ (prepending to) the
  126. ## default exit policy. Leave commented to just use the default, which is
  127. ## available in the man page or at http://tor.eff.org/documentation.html
  128. ##
  129. ## Look at http://tor.eff.org/faq-abuse.html#TypicalAbuses
  130. ## for issues you might encounter if you use the default exit policy.
  131. ##
  132. ## If certain IPs and ports are blocked externally, e.g. by your firewall,
  133. ## you should update your exit policy to reflect this -- otherwise Tor
  134. ## users will be told that those destinations are down.
  135. ##
  136. #ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more
  137. #ExitPolicy accept *:119 # accept nntp as well as default exit policy
  138. #ExitPolicy reject *:* # middleman only -- no exits allowed
  139.  
  140.